﻿/* CSS Document */
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li,ol li{list-style-type:none;}a,label{cursor:pointer;}img,svg{vertical-align:middle;margin:0;padding:0;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}button{border: none;cursor: pointer;}
body { margin:0; padding:0; font-family:'SourceHanSansK-Regular'; font-size:12px; background:#ffffff;
	color: #434343;}
div,ul,li,dt,dl,dd,h1,h2,h3,h4,h5,h6,h7,img,p,span{ border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-bottom: 0;
}

img{display:block; max-width: 100%;
    width: auto;
  height: auto;}

input:focus {
  outline: none;
}
/* Link */
a:link { text-decoration:none;}
a:visited {text-decoration:none;}
a:hover { text-decoration:none;}
a:active { outline: none; border:0px; background-color:Transparent;}
a{display:block;}
a{blr:expression(this.onFocus=this.blur()); outline:none;} 

.blank5{ width:100%; height:5px; clear:both;}
.blank10{ width:100%; height:10px; clear:both;}
.blank15{ width:100%; height:15px; clear:both;}
.blank20{ width:100%; height:20px; clear:both;}
.blank30{ width:100%; height:30px; clear:both;}
.blank40{ width:100%; height:40px; clear:both;}
.blank50{ width:100%; height:50px; clear:both;}
.blank60{ width:100%; height:60px; clear:both;}
.blank70{ width:100%; height:70px; clear:both;}
.blank80{ width:100%; height:80px; clear:both;}
.blank100{ width:100%; height:100px; clear:both;}
.blank90{ width:100%; height:90px; clear:both;}
.blank150{ width:100%; height:150px; clear:both;}
.blank154{ width:100%; height:154px; clear:both;}
/*Clear*/
.clear{ clear:both; font-size:1px; height:0px; line-height:0px; overflow:hidden;}/*可用height:1px; overflow:hidden;来控制IE6默认的div的高为12~14px,用BR来做吧，用DIV不太好用*/
.clearfix::after {
  content:".";/*加一段内容*/
  display:block;/*让生成的元素以块级元素显示，占满剩余空间*/
  height:0;/*避免生成的内容破坏原有布局高度*/
  clear:both;/*清除浮动*/
  visibility:hidden;/*让生成的内容不可见*/
}
/*针对1920的宽屏*/

.max{ position:relative;overflow: hidden;}

.inner{width:1200px; height:auto; margin:0 auto;}
span {
	display: block;
}

/*首页*/

@font-face
{
	font-family: SourceHanSansK-Heavy;
	src: url(../fonts/SourceHanSansK-Heavy.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Medium;
	src: url(../fonts/SourceHanSansK-Medium.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Regular;
	src: url(../fonts/SourceHanSansK-Regular.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Bold;
	src: url(../fonts/SourceHanSansK-Bold.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Light;
	src: url(../fonts/SourceHanSansK-Light.ttf);
}
@font-face
{
	font-family: SourceHanSansK-Normal;
	src: url(../fonts/SourceHanSansK-Normal.ttf);
}

.logo {
	float: left;
	margin-top: 13.5px;
}
.header_right {
	float: right;
}
.header_right img {
	float: left;
	width: 103px;
	height: 103px;
	margin-top: 10px;
}
.header_tel {
	float: right;
	background: url(../images/tel.png) no-repeat left top;
	background-size: 37px 72px;
	padding-left: 45px;
	height: 72px;
	margin-left: 25px;
}
.header_text {
	font-size: 14px;
	color: #666666;
	margin-top: 35px;
    line-height: 16px;
}
.header_num {
	font-size: 24px;
	color: #fd880b;
	line-height: 24px;
	font-weight: bold;
}
.nav {
	border-bottom: 5px solid #0787ff;
}
.nav_section {
	float: left;
	position: relative;
	width: 250px;
}
.nav_list {
	float: right;
	width: 950px;
}
.nav_item {
	float: left;
	width: 135px;
	height: 50px;
	line-height: 50px;
	padding: 17px 0;
	position: relative;
}
.nav_item a {
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	border-left: 1px solid #dcdcdc;
	display: block;
	text-align: center;
}
.nav_item:first-of-type a {
	border-left: none;
}
.nav_current a {
	color: #fd880b;
}
.nav_current::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #fd880b;
}
.nav_item:hover::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #fd880b;
}
.nav_item:hover a {
	color: #fd880b;
}
.nav_left {
	width: 100%;
	background: #0787ff;
	height: 50px;
	text-align: center;
	cursor: pointer;
}
.nav_left img {
	display: inline-block;
	margin-top: -9px;
}
.nav_left_title {
	font-size: 20px;
	line-height: 50px;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	margin-left: 18px;
}
.nav_block {
	position: absolute;
	width: 1200px;
	left: 0;
	top: 55px;
	background: rgba(255,255,255,0.95);
	z-index: 70;
}
.banner {
	height: 721px;
}
.banner .swiper-container {
	height: 721px;
}
.banner .swiper-pagination-bullet {
	background: #1e3c6c !important;
	opacity: 1 !important;
}
.banner .swiper-pagination-bullet-active {
	background: #ff7245 !important;
}
.nav_area_list {
	float: left;
	width: 250px;
	background: rgba(0,0,0,0.6);
}
.nav_area_hide {
	display: none;
}
.nav_area_item {
	padding: 26.5px 25px 26.5px 35px;
	border-bottom: 1px solid #707070;
}
.nav_area_item img {
	float: left;
}
.nav_area_item a {
	background: url(../images/jian1.png) no-repeat right center;
	background-size: 9px 17px;
}
.nav_area_text {
	float: left;
	font-size: 18px;
	color: #ffffff;
	font-family: SourceHanSansK-Bold;
	margin-left: 15px;
	margin-top: 4px;
}
.nav_area {
	float: right;
	width: 950px;
}
.nav_area_current {
	background: #ffffff;
}
.nav_area_current .nav_area_show {
	display: none;
}
.nav_area_current .nav_area_hide {
	display: block;
}
.nav_area_current .nav_area_text {
	color: #007ed5;
}
.nav_area_current a {
	background: url(../images/jian2.png) no-repeat right center;
	background-size: 9px 17px;
}
.nav_area_item:hover {
	background: #ffffff;
}
.nav_area_item:hover .nav_area_show {
	display: none;
}
.nav_area_item:hover .nav_area_hide {
	display: block;
}
.nav_area_item:hover .nav_area_text {
	color: #007ed5;
}
.nav_area_item:hover a {
	background: url(../images/jian2.png) no-repeat right center;
	background-size: 9px 17px;
}
.nav_area {
	margin-top: 25px;
}
.nav_box {
	padding: 0 33px;
	margin-bottom: 35px;
}
.nav_title {
	float: left;
	padding: 0 14px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	font-size: 16px;
	color: #333333;
	line-height: 16px;
	font-family: SourceHanSansK-Bold;
}
.nav_info {
	float: right;
	width: 780px;
	border-bottom: 1px dashed #d2d2d2;
}
.nav_info_link {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	line-height: 14px;
	margin-bottom: 18px;
	margin-right: 10px;
}
.nav_info_link:hover {
	color: #007ed5;
}
.nav_info_current {
	color: #007ed5;
}

.index_title {
	font-size: 36px;
	color: #333333;
	line-height: 36px;
	text-align: center;
	padding: 80px 0 40px 0;
	font-family: SourceHanSansK-Bold;
}
.index_dao_item {
	float: left;
	width: 220px;
	border: 1px solid #eeeeee;
	margin-left: 25px;
	padding: 55px 0;
	min-height: 357px;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.index_dao_item:first-of-type {
	margin-left: 0;
}
.index_dao_item img {
	margin: 0 auto;
}
.index_dao_title {
	line-height: 22px;
	font-size: 22px;
	font-family: SourceHanSansK-Bold;
	text-align: center;
	line-height: 25px;
	position: relative;
	padding-bottom: 15px;
	margin-top: 35px;
	margin-bottom: 15px;
}
.index_dao_text {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	text-align: center;
	padding: 0 25px;
}
.index_dao_item:nth-child(1) .index_dao_title{
	color: #ed3849;
}
.index_dao_item:nth-child(1) .index_dao_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
	background: #ed3849;
}
.index_dao_item:nth-child(1):hover {
	box-shadow:0px 0px 10px #fde8eb;
	border: 1px solid transparent;
	transform: translate3d(0,-5px,0);
}
.index_dao_item:nth-child(2) .index_dao_title{
	color: #5d9dff;
}
.index_dao_item:nth-child(2) .index_dao_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
	background: #5d9dff;
}
.index_dao_item:nth-child(2):hover {
	box-shadow:0px 0px 10px rgba(93,157,255,0.3);
	border: 1px solid transparent;
	transform: translate3d(0,-5px,0);
}
.index_dao_item:nth-child(3) .index_dao_title{
	color: #ffae21;
}
.index_dao_item:nth-child(3) .index_dao_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
	background: #ffae21;
}
.index_dao_item:nth-child(3):hover {
	box-shadow:0px 0px 10px rgba(255,174,33,0.3);
	border: 1px solid transparent;
	transform: translate3d(0,-5px,0);
}

.index_dao_item:nth-child(4) .index_dao_title{
	color: #b078f2;
}
.index_dao_item:nth-child(4) .index_dao_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
	background: #b078f2;
}
.index_dao_item:nth-child(4):hover {
	box-shadow:0px 0px 10px rgba(176,120,242,0.3);
	border: 1px solid transparent;
	transform: translate3d(0,-5px,0);
}

.index_dao_item:nth-child(5) .index_dao_title{
	color: #fc805e;
}
.index_dao_item:nth-child(5) .index_dao_title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
	background: #fc805e;
}
.index_dao_item:nth-child(5):hover {
	box-shadow:0px 0px 10px rgba(252,128,94,0.3);
	border: 1px solid transparent;
	transform: translate3d(0,-5px,0);
}
.index_dao {
	padding-bottom: 80px;
}
.index_xi {
	background: #f6f6f6;
	padding-bottom: 80px;
}
.index_xi_item {
	float: left;
	width: 385px;
	margin-left: 22.5px;
	margin-bottom: 22.5px;
}
.index_xi_item:nth-child(3n-2) {
	margin-left: 0;
}
.index_xi_photo {
	width: 385px;
	height: 260px;
	overflow: hidden;
}
.index_xi_photo img {
	transition: all 0.5s ease-in-out;
}
.index_xi_item:hover .index_xi_photo img {
	transform:scale(1.1);
}
.index_xi_box {
	background: #ffffff;
	padding: 30px 20px;
}
.index_xi_title {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	font-family: SourceHanSansK-Bold;
	background: url(../images/heng.png) no-repeat right top;
	background-size: 20px 2px;
}
.index_xi_title font {
	color: #fd880b;
}
.index_xi_text {
	font-size: 16px;
	color: #333333;
	margin: 10px 0 30px 0;
}
.index_xi_more {
	width: 130px;
	height: 30px;
	text-align: center;font-size: 14px;
	color: #fffefe;
	border-radius: 5px;
	line-height: 30px;
	background: #0787ff;
}
.index_xi_item:hover .index_xi_title {
	background: url(../images/heng1.png) no-repeat right top;
	background-size: 20px 2px;
}
.index_xi_item:hover .index_xi_more {
	background: #fd880b;
}
.index_xi_item:hover {
	box-shadow:0px 0px 10px #f6e0d9;
}
.index_xi_link {
	margin: 20px auto 0 auto;
	width: 305px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background: #fd880b;
	text-align: center;
	font-size: 16px;
	color: #fffefe;
}
.index_chan {
	background: url(../images/bg1.jpg) no-repeat left top;
	background-size: 100% 100%;
	padding: 100px 0;
}
.index_chan_left {
	float: left;
	width: 615px;
}
.index_chan_xiao {
	font-size: 21px;
	color: #ffffff;
	line-height: 21px;
}
.index_chan_title {
	font-size: 47px;
	color: #ffffff;
	position: relative;
	line-height: 47px;
	padding-bottom: 30px;
	font-family: SourceHanSansK-Heavy;
	margin: 15px 0 35px 0;
}
.index_chan_title::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 48px;
	height: 1px;
	background: #ffffff;
}
.index_chan_text {
	font-size: 14px;
	color: #ffffff;
	line-height: 25px;
	font-family: SourceHanSansK-Normal;
}
.index_chan_right {
	float: right;
	width: 440px;
}
.index_chan_info {
	background: #ffffff;
	width: 100%;
	padding: 18px 20px;
	margin-bottom: 12px;
}
.index_chan_name {
	font-size: 16px;
	color: #999999;
	float: left;
}
.index_chan_info input {
	width: 80%;
	float: right;
	background: initial;;
	border: none;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	font-family: SourceHanSansK-Regular;
}
.index_chan_caption {
	font-size: 14px;
	color: #ffffff;
}
.index_chan_btu {
	width: 215px;
	height: 55px;
	background: #fd880b;
	border: none;
	font-size: 18px;
	color: #ffffff;
	float: left;
}
.index_chan_link {
	width: 215px;
	height: 55px;
	background: #0068b0;
	text-align: center;
	line-height: 55px;
	font-size: 18px;
	color: #ffffff;
	float: right;
}
.index_chan_bottom {
	margin-top: 22px;
}
.index_eg_item {
	float: left;
	width: 285px;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #e4e4e4;
}
.index_eg_item:nth-child(4n-3) {
	margin-left: 0;
}
.index_eg_item img {
	transition: all 0.5s ease-in-out;
}
.index_eg_item:hover img {
	transform:scale(1.1);
}
.index_eg {
	padding-bottom: 60px;
}
.index_news {
	background: #f6f6f6;
	padding-bottom: 80px;
}
.index_news_left {
	float: left;
	width: 400px;
	height: 188px;
	background: url(../images/bg2.png) no-repeat left top;
	background-size: 100% 100%;
	padding: 45px 30px;
}
.index_news_left a {
	position: relative;
	padding: 20px 0;
}
.index_news_left_text {
	font-size: 16px;
	color: #ffffff;
}
.index_news_left_title {
	font-size: 32px;
	color: #ffffff;
	font-family: SourceHanSansK-Bold;
}
.index_news_left a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 1px;
	background: #88abda;
}
.index_news_left a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 110px;
	height: 1px;
	background: #88abda;
}
.index_news_area {
	float: left;
	margin-left: 30px;
	width: 370px;
}
.index_news_area_time {
	font-size: 14px;
	color: #666666;
}
.index_news_area_title {
	font-size: 18px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
	margin: 10px 0 15px 0;
}
.index_news_area_text {
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}
.index_news_area_more {
	width: 130px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fffefe;
    border-radius: 5px;
    line-height: 30px;
    background: #0787ff;
    margin-top: 30px;
}
.index_news_area:hover .index_news_area_title {
	color: #fd880b;
}
.index_news_area:hover .index_news_area_more {
	background: #fd880b;
}
.index_news_item {
	float: left;
	width: 380px;
	margin-left: 30px;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5; 
}
.index_news_title {
	float: left;
	font-size: 16px;
	color: #333333;
	width: 80%;
	overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.index_news_time {
	float: right;
	font-size: 14px;
	color: #666666;
}
.index_news_item:nth-child(3n-2) {
	margin-left: 0;
}
.index_news_item:hover .index_news_title {
	color: #fd880b;
}
.index_news_list {
	margin-top: 10px;
	margin-bottom: 40px;
}
.footer {
	background: #333333;
	border-top: 5px solid #fd880b;
	padding: 40px 0 0 0; 
}
.footer_logo {
	float: left;
}
.footer_list {
	float: right;
	margin-top: 12px;
}
.footer_item {
	float: left;
	margin-left: 35px;
}
.footer_item a {
	font-size: 16px;
	color: #ffffff;
}
.footer_current a {
	color: #fd880b;
}
.footer_item:hover a {
	color: #fd880b;
}
.footer_area {
	float: left;
	width: 635px;
}
.footer_center {
	margin-top: 15px;
}
.footer_tel {
	background: url(../images/tel1.png) no-repeat left center;
	background-size: 29px 29px;
	padding-left: 40px;
}
.footer_tel_text {
	font-size: 16px;
	color: #fd880b;
}
.footer_tel_num {
	font-size: 32px;
	color: #fd880b;
	font-weight: bold;
	line-height: 32px;
}
.footer_box {
	margin-top: 20px;
}
.footer_box span {
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
}
.footer_photo {
	float: left;
}
.footer_photo img {
	width: 103px;
	height: 103px;
}
.footer_text {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #6e6e6e;
}
.small {
	font-size: 14px;
	color: #787878;
	text-align: center;
	padding: 10px 0;
	margin-top: 25px;
	border-top: 1px solid #434343;
}
.top {
	position: fixed;
	bottom: 10%;
	right: 18%;
	z-index: 70;
}
.gao_fu {
	padding-bottom: 80px;
}
.gao_fu_item {
	float: left;
	width: 225px;
	margin-left: 18.75px;
	margin-bottom: 18.75px;
	background: #fff2e5;
	padding: 22px 15px;
	min-height: 162px;
}
.gao_fu_item:nth-child(5n-4) {
	margin-left: 0;
}
.gao_fu_item:nth-child(1) {
	background: #fe8c13;
}
.gao_fu_item:nth-child(8) {
	background: #107bff;
}
.gao_fu_item:nth-child(2) {
	background: #dfedff;
}
.gao_fu_item:nth-child(4) {
	background: #dfedff;
}
.gao_fu_item:nth-child(6) {
	background: #dfedff;
}
.gao_fu_item:nth-child(10) {
	background: #dfedff;
}
.gao_fu_top img {
	float: left;
}
.gao_fu_zh {
	float: left;
	margin-left: 5px;
	font-size: 18px;
	color: #333333;
}
.gao_fu_item:nth-child(1) .gao_fu_zh {
	color: #ffffff;
}
.gao_fu_item:nth-child(8) .gao_fu_zh {
	color: #ffffff;
}
.gao_fu_en {
	font-size: 14px;
	color: #bbbbbb;
}
.gao_fu_item:nth-child(8) .gao_fu_en {
	color: #8dd0ff;
}
.gao_fu_item:nth-child(1) .gao_fu_en {
	color: #ffd6ab;
}
.gao_fu_text {
	font-size: 16px;
	color: #666666;
	line-height: 20px;
	margin-top: 10px;
}
.gao_fu_item:nth-child(1) .gao_fu_text {
	color: #ffffff;
}
.gao_fu_item:nth-child(8) .gao_fu_text {
	color: #ffffff;
}
.gao_ling {
	background: url(../images/bg3.jpg) center center;
	background-size: cover;
	padding-bottom: 60px;
}
.gao_ling_area {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gao_ling_box {
	display: inline-block;
	margin: 0 30px;
}
.gao_ling_photo {
	overflow: hidden;
	width: 203px;height: 139px;
}
.gao_ling_photo img {
	transition: all 0.5s ease-in-out;
}
.gao_ling_box:hover .gao_ling_photo img {
	transform:scale(1.1);
}
.gao_ling_box:hover .gao_ling_text {
	color: #fd880b;
}
.gao_ling_text{
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin-top: 15px;
}
.gao_ling_title {
	font-size: 36px;
	color: #fe8c13;
	text-align: center;
	font-family: SourceHanSansK-Medium;
	display: block;
	width: 732px;
}
.gao_ling_area:nth-child(3) .gao_ling_box:first-of-type {
	margin-left: 0;
}
.gao_ling_area:nth-child(3) .gao_ling_box:last-of-type {
	margin-right: 0;
}
.gao_shen {
	background: url(../images/bg4.jpg) no-repeat center center;
	background-size: 100% 478px;
	height: 478px;
	position: relative;
}
.index_title1 {
	color: #ffffff;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.gao_shen_item {
	float: left;
	width: 240px;
	height: 478px;
	padding: 120px 0 0 0;
}
.gao_shen_item img {
	margin: 0 auto;
}
.gao_shen_title {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	font-family: SourceHanSansK-Bold;
	margin: 50px 0 25px 0;
}
.gao_shen_item:hover {
	background: url(../images/bg5.png) no-repeat left top;
	background-size: 100% 100%;
}
.gao_shen_text {
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
	padding: 0 30px;
	text-align: center;
	display: none;
}
.gao_shen_item:hover .gao_shen_text {
	display: block;
}
.gao_tong_item {
	float: left;
	width: 270px;
	margin-left: 40px;
	margin-bottom: 40px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	overflow: hidden;
	position: relative;
}
.gao_tong_item:nth-child(4n-3) {
	margin-left: 0;
}
.gao_tong_title {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	padding: 14px;
	background: rgba(15,122,253,0.8);
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	font-size: 18px;
	color: #ffffff;
	line-height: 18px;
	font-family: SourceHanSansK-Bold;
}
.gao_tong_model {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	background: rgba(254,140,19,0.8);
	padding: 60px 0;
	display: none;
}
.gao_tong_item img {
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	transition: all 0.5s ease-in-out;
}
.gao_tong_item:hover img {
	transform:scale(1.1);
}
.gao_tong_name {
	font-size: 18px;
	color: #ffffff;
	font-family: SourceHanSansK-Bold;
	line-height: 18px;
	text-align: center;
}
.gao_tong_text {
	font-size: 16px;
	color: #ffffff;
	line-height: 25px;
	text-align: center;
	padding: 0 30px;
	margin-top: 15px;
}
.gao_tong_item:hover .gao_tong_model {
	display: block;
}
.gao_tong_item:hover .gao_tong_title {
	display: none;
}
.gao_tong {
	padding-bottom: 80px;
}
.gao_liu {
	background: url(../images/bg6.jpg) no-repeat center center;
	background-size: cover;
}
.gao_liu .index_title {
	color: #ffffff;
}
.gao_liu_item {
	float: left;
	width: 150px;
	margin-left: 112.5px;
	position: relative;
}
.gao_liu_item:first-of-type {
	margin-left: 0;
}
.gao_liu_title {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	line-height: 23px;
	margin-top: 15px;
}
.gao_liu_item::after {
	content: '';
	position: absolute;
	top: 30%;
	transform: translateX(-50%);
	right: -78.25px;
	background: url(../images/jian3.png) no-repeat right center;
	background-size: 20px 34px;
	width: 20px;
	height: 34px;
}
.gao_liu_item:last-of-type::after {
	background: none;
}
.gao_liu_item img {
	-webkit-transition: all 2s ease-in-out;
}
.gao_liu_item:hover img {
	-webkit-transform:rotate(360deg) scale(1,1);
}
.gao_liu_bottom {
	padding: 75px 0 43px 0;
	text-align: center;
}
.gao_liu_link {
	width: 170px;
	height: 50px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	color: #fffefe;
	line-height: 50px;
	margin: 0 14px;
	background: #fe8c13;
}
.gao_liu_link1 {
	width: 170px;
	height: 50px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	color: #fffefe;
	line-height: 50px;
	background: #0069ea;
	margin: 0 14px;
}
.gao_banner_link {
	border: 5px solid #107bff;
	overflow: hidden;
}
.gao_banner_link img {
	width: 100%;
}
.gao_banner_link img {
	transition: all 0.5s ease-in-out;
}
.gao_banner_link:hover img {
	transform:scale(1.1);
}
.gao_banner .swiper-container {
	padding-bottom: 60px;
}
.gao_banner {
	padding-bottom: 60px;
}
.gao_banner .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background: #e5e5e5 !important;
	opacity: 1 !important;
	margin: 0 7px;
}
.gao_banner .swiper-pagination-bullet-active {
	background: #fe8c13 !important;
}
.gao_eg {
	background: #f6f6f6;
	padding-bottom: 80px;
	display: none;
}
.gao_question_section {
	box-shadow:0px 0px 10px #ffefde;
	padding: 35px 35px 15px 35px;
	position: relative;
}
.gao_question_item {
	border: 1px solid #107bff;
	border-radius: 50px;
	display: inline-block;
}
.gao_question_item img {
	float: left;
}
.gao_question_text {
	font-size: 16px;
	color: #666666;
	line-height: 46px;
	margin: 0 25px;
	float: left;
}
.gao_question_item:nth-child(even) {
	float: right;
}
.gao_question_item:nth-child(1) {
	margin-left: 30px;
	margin-bottom: 25px;
}
.gao_question_item:nth-child(2) {
	margin-right: 30px;
	margin-bottom: 25px;
}
.gao_question_item:nth-child(even) img {
	float: right;
}
.gao_question_item:hover .gao_question_text {
	color: #fe8c13;
}
.gao_question_area {
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
}
.gao_question_caption {
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 18px;
}
.gao_question_area img {
	margin: 20px auto;
}
.gao_question_link {
	width: 260px;
	height: 65px;
	line-height: 65px;
	border-radius: 50px;
	text-align: center;
	background: #fe8c13;
	font-size: 30px;
	color: #ffffff;
	font-family: SourceHanSansK-Bold;
}
.gao_question {
	padding-bottom: 80px;
}
.zi_top {
	margin-bottom: 70px;
	text-align: center;
}
.zi_link {
	display: inline-block;
	margin: 0 20px;
	width: 130px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	font-size: 14px;
	color: #fffefe;
	text-align: center;
	background: #0787ff;
}
.zi_link:hover {
	background: #fd880b;
}
.box {
	margin-bottom: 150px;
}
.box span {
	font-size: 18px;
	color: #333333;
	line-height: 32px;
}
.box img {
	margin: 0 auto;
}
.news_ex_title {
	text-align: center;
	font-size: 36px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
}
.news_ex_time {
	text-align: center;
	font-size: 14px;
	color: #666666;
	margin-bottom: 70px;
}
.ex_link {
	font-size: 18px;
	color: #5c5c5c;
}
.map {
	float: left;
}
.con_area {
	float: left;
	margin-top: 95px;
}
.con_zh {
	font-size: 22px;
	color: #000000;
	line-height: 22px;
	font-family: SourceHanSansK-Bold;
}
.con_en {
	font-size: 12px;
	color: #000000;
	line-height: 12px;
}
.con_box {
	margin-top: 20px;
}
.con_box span {
	font-size: 16px;
	color: #464646;
	line-height: 30px;
}
.honor_item {
	float: left;
	width: 280px;
	border: 5px solid #108cff;
	margin-left: 26.67px;
	margin-bottom: 26.67px;
}
.honor_item:nth-child(4n-3) {
	margin-left: 0;
}
.honor_photo {
	width: 270px;
	height: 185px;
	overflow: hidden;
}
.honor_photo img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.honor_item:hover .honor_photo img {
	transform:scale(1.1);
}
.honor_title {
	background: #108cff;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	padding: 12px 0 7px 0;
}
.fan {
	margin: 50px 0 150px 0;
	text-align: center;
}
.fan a {
	font-size: 16px;
	color: #5a6dd9;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #a0a0d9;
	text-align: center;
	margin: 0 3.5px;
	display: inline-block;
}
.fan a.on {
	border: 1px solid #108cff;
	background: #108cff;
	color: #ffffff;
}
.fan a:hover {
	border: 1px solid #108cff;
	background: #108cff;
	color: #ffffff;
}
.honor_ex_section img {
	margin: 0 auto;
}
.eg_ex_text {
	display: inline-block;
	width: 600px;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	font-size: 18px;
	color: #ffffff;
	background: #108cff;
	float: left;
}
.eg_ex_current {
	background: #fd880b;
}
.eg_ex_text:hover {
	background: #fd880b;
}
.eg_ex_box {
	margin: 20px 20px 100px 20px;
	display: none;
}
.eg_ex_box span {
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}
.eg_ex_top {
	margin-top: 70px;
}

.iso_ti_item {
	float: left;
	border: 1px solid #f4f4f4;
	padding: 25px 0 25px 10px;
	width: 285px;
	margin-left: 20px;
	margin-bottom: 20px;
	min-height: 161px;
}
.iso_ti_item:nth-child(4n-3) {
	margin-left: 0;
}
.iso_ti_item img {
	float: left;
	width: 85px;
}
.iso_ti_box {
	float: left;
	width: 155px;
	margin-left: 18px;
}
.iso_ti_title {
	font-size: 20px;
	color: #333333;
	line-height: 23px;
	font-family: SourceHanSansK-Bold;
	margin-bottom: 10px;
}
.iso_ti_link {
	width: 120px;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	background: #fd880b;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	margin: 0 auto;
}
.iso_ti_item:hover .iso_ti_title {
	color: #fd880b;
}
.iso_ti_item img {
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.iso_ti_item:hover img {
	transform: rotateY(-180deg);
}
.iso_you {
	background: url(../images/bg6.jpg) no-repeat left bottom;
	background-size: 100% 360px;
	padding-bottom: 110px;
}
.iso_you_item {
	float: left;
	width: 400px;
	position: relative;
	min-height: 250px;
	padding: 30px 35px 60px 35px;
	z-index: 1;
	background: #ffffff;
	overflow: hidden;
}
.iso_you_title {
	font-size: 24px;
	color: #333333;
	line-height: 24px;
	font-family: SourceHanSansK-Normal;
}
.iso_you_title font {
	color: #fd880b;
}
.iso_you_en {
	font-size: 14px;
	color: #333333;
	line-height: 16px;
	margin-top: 10px;
	font-family: SourceHanSansK-Normal;
}
.iso_you_item img {
	margin: 10px 0 40px 0;
}
.iso_you_text {
	font-size: 18px;
	color: #333333;
	line-height: 29px;
}
.iso_you_num {
	position: absolute;
	bottom: -26px;
	right: 0;
	font-size: 260px;
	color: #f0f0f0;
	line-height: 210px;
	z-index: -1;
	font-family: SourceHanSansK-Normal;
}
.iso_you_item:nth-child(2) {
	background: #0787ff;
}
.iso_you_item:nth-child(2) .iso_you_num {
	opacity: 0.2;
}
.iso_you_item:nth-child(2) .iso_you_title {
	color: #ffffff;
}
.iso_you_item:nth-child(2) .iso_you_en {
	color: #ffffff;
}
.iso_you_item:nth-child(2) .iso_you_title font {
	color: #ffffff;
}
.iso_you_item:nth-child(2) .iso_you_text {
	color: #ffffff;
}
.iso_you_item:nth-child(4) {
	background: rgba(255,255,255,0.1);
}
.iso_you_item:nth-child(4) .iso_you_num {
	opacity: 0.2;
}
.iso_you_item:nth-child(4) .iso_you_title {
	color: #ffffff;
}
.iso_you_item:nth-child(4) .iso_you_en {
	color: #ffffff;
}
.iso_you_item:nth-child(4) .iso_you_title font {
	color: #ffffff;
}
.iso_you_item:nth-child(4) .iso_you_text {
	color: #ffffff;
}
.iso_you_item:nth-child(6) {
	background: transparent;
}
.iso_you_item:nth-child(6) .iso_you_num {
	opacity: 0.2;
}
.iso_you_item:nth-child(6) .iso_you_title {
	color: #ffffff;
}
.iso_you_item:nth-child(6) .iso_you_en {
	color: #ffffff;
}
.iso_you_item:nth-child(6) .iso_you_title font {
	color: #ffffff;
}
.iso_you_item:nth-child(6) .iso_you_text {
	color: #ffffff;
}
.iso_ben_item:hover .iso_ben_text {
	color: #fd880b;
}
.iso_ben_item {
	float: left;
}
.iso_ben_photo {
	position: relative;
}
.iso_ben_ico {
	position: absolute;
	top: 20px;
    left: 60%;
	transform: translateX(-50%);
	width: 110px;
	height: 110px;
}

.iso_ben_item:nth-child(5) .lk {
	margin-top: 2px;
}
.iso_ben_item:nth-child(2) .iso_ben_ico {
	top: 22px;
    left: 56%;
}
.iso_ben_item:nth-child(3) .iso_ben_ico {
	top: 22px;
    left: 53%;
}
.iso_ben_item:nth-child(4) .iso_ben_ico {
	top: 22px;
    left: 46%;
}
.iso_ben_item:nth-child(5) .iso_ben_ico {
	top: 22px;
    left: 41%;
}
.iso_ben_text {
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-top: 25px;
}
.zhuan_fen {
	padding-bottom: 80px;
}
.zhuan_fen_item {
	float: left;
	width: 280px;
	margin-left: 26.67px;
}
.zhuan_fen_item:nth-child(4n-3) {
	margin-left: 0;
}
.zhuan_fen_photo {
	width: 280px;
	height: 175px;
	overflow: hidden;
}
.zhuan_fen_photo img {
	transition: all 0.5s ease-in-out;
}
.zhuan_fen_item:hover .zhuan_fen_photo img {
	transform:scale(1.1);
}
.zhuan_fen_item:hover .zhuan_fen_title {
	color: #fd880b;
}
.zhuan_fen_title {
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-family: SourceHanSansK-Bold;
	margin: 15px 0 5px 0 ;
	line-height: 20px;
}
.zhuan_fen_text {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	text-align: center;
	margin-bottom: 5px;
}
.zhuan_fen_caption {
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.zhuan_fen_caption font {
	font-family: SourceHanSansK-Medium;
}
.zhuan_liu {
	background: #f9f9f9;
	padding-bottom: 80px;
}
.zhuan_liu_section {
	position: relative;
	margin: 60px 0 100px 0;
}
.zhuan_liu_section img {
	margin: 0 auto;
}
.zhuan_liu_box {
	position: absolute;
}
.zhuan_liu_box img {
	margin: 0 auto;
}
.zhuan_liu_title {
	font-size: 18px;
	color: #333333;
	text-align: center;
	font-family: SourceHanSansK-Bold;
	margin-top: 5px;
}
.zhuan_liu_box1 {
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.zhuan_liu_box2 {
	top: 115px;
	right:210px;
}
.zhuan_liu_box3 {
	top: 115px;
	right:410px;
}
.zhuan_liu_box4 {
	top: 115px;
	left:450px;
}
.zhuan_liu_box5 {
	top: 115px;
	left:250px;
}
.zhuan_liu_box6 {
	bottom: -103px;
    left: 49.5%;
	transform: translateX(-50%);
}
.zhuan_liu_box img {
	margin: 10px auto 0 auto;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.zhuan_liu_box:hover img {
	transform: rotateY(-180deg);
}
.zhuan_why {
	background: url(../images/zhuan9.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
}
.zhuan_why .index_title {
	color: #ffffff;
}
.zhuan_why_block {
	margin: 0 auto;
	width: 440px;
	height: 440px;
	background: url(../images/zhuan24.png) no-repeat center center;
	background-size: 368px 416px;
	position: relative;
}
.zhuan_why_block > img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.zhuan_why_box {
	position: absolute;
	width: 150px;
	height: 160px;
}
.zhuan_why_box1 {
	top: 0;
	left: 70px;
}
.zhuan_why_box2 {
	top: 0;
	right: 70px;
}
.zhuan_why_box3 {
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.zhuan_why_box4 {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.zhuan_why_box5 {
	bottom: 0;
	left: 70px;
}
.zhuan_why_box6 {
	bottom: 0;
	right: 70px;
}
.zhuan_why_num {
	width: 44px;
	height: 47px;
	background: url(../images/zhuan10.png) no-repeat left top;
	background-size: 100% 100%;
	font-size: 18px;
	color: #0071c1;
	text-align: center;
	line-height: 47px;
	font-family: SourceHanSansK-Bold;
	position: absolute;
	top: 12px;
    left: 23px;
}
.zhuan_why_photo {
	position: absolute;
	bottom: 35px;
	left: 32%;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
	/*transform: translateX(-50%);*/
}
.zhuan_why_box:hover .zhuan_why_photo {
	transform: rotateY(-180deg);
}
.zhuan_why_area {
	/*position: absolute;*/
	width: 530px;
	height: 160px;
}
.zhuan_why_info {
	position: absolute; 
}
.zhuan_why_area1 .zhuan_why_info {
	top: 40px;
    left: -320px;
    text-align: right;
}
.zhuan_why_title {
	font-size: 20px;
	color: #f3f3f3;
	font-family: SourceHanSansK-Bold;
}
.zhuan_why_text {
	font-size: 18px;
	color: #f3f3f3;
	line-height: 28px;
	margin-top: 8px;
	width: 320px;
}
.zhuan_why_area2 .zhuan_why_info {
	top: 0;
    right: -300px;
    text-align: left;
}
.zhuan_why_area3 .zhuan_why_info {
	top: 53%;
    transform: translateY(-50%);
    left: -340px;
    text-align: right;
}
.zhuan_why_area4 .zhuan_why_info {
	
	top: 50%;
	transform: translateY(-50%);
    right: -335px;
    text-align: left;
}
.zhuan_why_area5 .zhuan_why_info {
	bottom: 0;
    left: -325px;
    text-align: right;
}
.zhuan_why_area6 .zhuan_why_info {
	bottom: 0;
    right: -320px;
    text-align: left;
}
.zhuan_you {
	padding-bottom: 80px;
	background: -webkit-linear-gradient(left, #ffffff , #e8e8e7);
  background: -o-linear-gradient(right, #ffffff, #e8e8e7);
  background: -moz-linear-gradient(right, #ffffff, #e8e8e7);
  background: linear-gradient(to right, #ffffff , #e8e8e7);
}
.zhuan_you_section {
	position: relative;
}
.zhuan_you_section img {
	margin: 0 auto;
}
.zhuan_you_title {
	font-size: 36px;
	color: #333333;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: SourceHanSansK-Bold;
}
.zhuan_you_area {
	position: absolute;
	width: 480px;
}
.zhuan_you_name {
	font-size: 20px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
}
.zhuan_you_text {
	font-size: 18px;
	color: #7a7a7a;
	font-family: SourceHanSansK-Bold;
	margin-top: 10px;
}
.zhuan_you_box {
	font-size: 20px;
	color: #333333;
	font-family: SourceHanSansK-Bold;
	text-align: center;
	width: 110px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhuan_you_area:hover .zhuan_you_box {
	color: #fd880b;
}
.zhuan_you_area:hover .zhuan_you_name {
	color: #fd880b;
}
.zhuan_you_area1 {
	top: 0;
	left: 0;
	text-align: right;
}
.zhuan_you_box1 {
	position: absolute;
	right: -88px;
	top: 25px;
}
.zhuan_you_area1 .zhuan_you_info {
	top: 30px;
    left: 80px;
}
.zhuan_you_info {
	position: absolute;
}
.zhuan_you_area2 {
	top: 0;
	right: 0;
	text-align: left;
}
.zhuan_you_box2 {
	position: absolute;
	left: -80px;
    top: 23px;
}
.zhuan_you_area2 .zhuan_you_info {
	top: 30px;
    left: 80px;
}
.zhuan_you_box2 .zhuan_you_name {
	text-align: center;
}
.zhuan_you_area3 {
	top: 35%;
	transform: translateY(-50%);
	left: 0;
	text-align: right;
}
.zhuan_you_box3 {
	position: absolute;
	right: 6px;
    top: 20px;
}
.zhuan_you_area3 .zhuan_you_info {
	top: 30px;
    left: 40px;
}
.zhuan_you_area4 {
	top: 35%;
	transform: translateY(-50%);
	right: 0;
	text-align: left;
}
.zhuan_you_box4 {
	position: absolute;
	left: 7px;
    top: 17px;
}
.zhuan_you_area4 .zhuan_you_info {
	top: 30px;
    left: 165px;
}
.zhuan_you_area5 {
	bottom: 145px;
	left: 0;
	text-align: right;
}
.zhuan_you_box5 {
	position: absolute;
	right: -84px;
    top: 14px;
}
.zhuan_you_area5 .zhuan_you_info {
	top: 30px;
    left: 125px;
}
.zhuan_you_area6 {
	bottom: 145px;
	right: 0;
	text-align: left;
}
.zhuan_you_box6 {
	position: absolute;
	left: -82px;
    top: 13px;
}
.zhuan_you_area6 .zhuan_you_info {
	top: 30px;
    left: 80px;
}
.zhuan_you_area6  .zhuan_you_name {
	margin-left: 30px;
}
.zhuan_you_area2  .zhuan_you_name {
	margin-left: 30px;
}
.zhuan_you_area1  .zhuan_you_name {
	margin-right: 30px;
}
.zhuan_you_area5  .zhuan_you_name {
	margin-right: 30px;
}
.zhuan_he {
	padding-bottom: 80px;
}
.zhuan_banner_link img {
	transition: all 0.5s ease-in-out;
}
.zhuan_banner_link:hover img {
	transform:scale(1.1);
}
.zhuan_banner_link {
	overflow: hidden;
	border: 1px solid #208bd6;
}
.jian_shi_item {
	width: 500px;
	float: left;
	margin: 0 50px 50px 50px;
	position: relative;
}
.jian_shi_kuang {
	width: 221px;
	height: 194px;
	background: url(../images/honor3.png) no-repeat left top;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	float: left;
	position: relative;
	z-index: 1;
}
.jian_shi_title {
	width: 60%;
	margin: 0 auto;
	text-align: center;
}
.jian_shi_bg {
	float: left;
	position: absolute;
	left: 135px;
	top: 12px;
}
.jian_shi_photo {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 193px;
	height: 133px;
	overflow: hidden;
}

.jian_shi_photo img {
	transition: all 0.5s ease-in-out;
}
.jian_shi_item:hover .jian_shi_photo img {
	transform:scale(1.1);
}
.jian_shi_shu {
	background: url(../images/honor2.png) no-repeat left top;
	background-size: 100% 100%;
	width: 96px;
	height: 84px;
	position: absolute;
	left: 0;
	bottom: -42px;
	z-index: 1;
	padding: 20px;
}
.jian_shi_num {
	font-size: 36px;
	color: #888888;
	line-height: 36px;
	text-align: center;
}
.jian_shi_en {
	font-size: 14px;
	color: #888888;
	text-align: center;
}
.jian_shi_item:nth-child(4n-2) .jian_shi_shu {
	top: -42px;
	left: 110.5px;
}
.jian_shi_list {
	margin-top: 55px;
}
.jian_shi_item:nth-child(4n-1) .jian_shi_kuang {
	float: right;
}
.jian_shi_item:nth-child(4n-1) .jian_shi_bg {
	float: left;
}
.jian_shi_item:nth-child(4n-1) .jian_shi_photo {
	left: 0;
	right: initial;
}
.jian_shi_item:nth-child(4n-1) .jian_shi_shu {
	top: -42px;
	left: initial;
	right: 110.5px;
}
.jian_shi_item:nth-child(4n) .jian_shi_kuang {
	float: right;
}
.jian_shi_item:nth-child(4n) .jian_shi_bg {
	float: left;
}
.jian_shi_item:nth-child(4n) .jian_shi_photo {
	left: 0;
	right: initial;
}
.jian_shi_item:nth-child(4n) .jian_shi_shu {
	top: initial;
	bottom: -42px;
	left: initial;
	right: 110.5px;
}
.jian_shi {
	padding-bottom: 80px;
}
.jian_zhuan_item {
	float: left;
	width: 400px;
	padding-left: 50px;
}
.jian_zhuan_title {
	font-size: 22px;
	color: #5b5b5b;
	line-height: 22px;
	padding-top: 45px;
	border-left: 2px dashed #208bd6;
	padding-left: 45px;
	position: relative;
}
.jian_zhuan_title::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: -15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #208bd6;
}
.jian_zhuan_item:nth-child(1) .jian_zhuan_title {
	border-left: none;
}
.jian_zhuan_item:nth-child(2) .jian_zhuan_title {
	border-left: none;
}
.jian_zhuan_item:nth-child(3) .jian_zhuan_title {
	border-left: none;
}
.jian_zhuan_item:hover .jian_zhuan_title {
	color: #fd880b;
}
.jian_zhuan {
	padding-bottom: 80px;
	background: #f2f3f1;
}
.jian_zhuan_more {
	width: 230px;
	height: 55px;
	border-radius: 50px;
	margin: 60px auto 0 auto;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background: #208bd6;
}
.jian_zhuan_more:hover {
	background: #fd880b;
}
.jian_liu {
	padding-bottom: 80px;
}
.jian_liu_section {
	position: relative;
	margin: 80px 0 0 0;
}
.jian_liu_section img {
	margin: 0 auto;
}
.jian_liu_text {
	width: 320px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	border-radius: 50px;
	background: #208bd6;
	font-size: 24px;
	color: #ffffff;
	position: absolute;
}
.jian_liu_text1 {
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.jian_liu_text2 {
	top: 140px;
    left: 250px;
}
.jian_liu_text3 {
	top: 140px;
    right: 235px;
}
.jian_liu_text4 {
	top: 310px;
    left: 250px;
}
.jian_liu_text5 {
	top: 310px;
    right: 235px;
}
.jian_liu_text6 {
	bottom: -10px;
    left: 250px;
}
.jian_liu_text7 {
	bottom: -10px;
    right: 235px;
}
.jian_liu_text:hover {
	background: #fd880b;
}
.jian_why {
	background: url(../images/honor9.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
}
.jian_why .index_title {
	color: #ffffff;
}
.jian_why_item {
	width: 1000px;
	margin: 0 auto 25px auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-transition: all .2s linear;
  	transition: all .2s linear;
}
.jian_why_item img {
	float: left;
	margin: 0 45px 0 12px;
}
.jian_why_num {
	font-size: 36px;
	color: #208bd6;
	background: url(../images/honor6.png) no-repeat left top;
	background-size: 198px 79px;
	line-height: 79px;
	text-align: center;
	float: left;
	width: 198px;
}
.jian_why_title {
	font-size: 20px;
	color: #ffffff;
	background: url(../images/honor7.png) no-repeat left top;
	background-size: 164px 66px;
	line-height: 66px;
	text-align: center;
	float: left;
	width: 164px;
	/*margin-top: 6.5px;*/
	margin-left: -25px;
}
.jian_why_text {
	float: left;
	font-size: 20px;
	color: #ffffff;
	line-height: 28px;
	width: 560px;
	/*margin-top: 11.5px;*/
}
.jian_why_item:hover {
	transform: translate3d(0,-5px,0);
}
.jian_question_section {
	position: relative;
	margin-top: 80px;
	padding-bottom: 80px;
}
.jian_question_section img {
	margin: 0 auto;
}
.jian_question_box {
	width: 360px;
	position: absolute;
}
.jian_question_title {
	font-size: 18px;
	color: #208bd6;
	line-height: 18px;
	padding-bottom: 13px;
	margin-bottom: 10px;
	font-family: SourceHanSansK-Bold;
	border-bottom: 2px solid #ababab;
}
.jian_question_text {
	font-size: 16px;
	color: #4c4c4c;
	line-height: 25px;
}
.jian_question_box1 {
	top: 20px;
	left: 50px;
}
.jian_question_box2 {
	top: 20px;
	right: 40px;
}
.jian_question_box3 {
	bottom: 100px;
	left: 50px;
}
.jian_question_box4 {
	bottom: 100px;
	right: 40px;
}
.ke_mu {
	padding-bottom: 80px;
}
.ke_mu_list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.ke_mu_item {
	margin: 0 90px 50px 90px;
	width: 272px;
}
.ke_mu_item:nth-child(1) {
	margin-left: 0;
}
.ke_mu_item:nth-child(3) {
	margin-right: 0;
}
.ke_mu_photo {
	/*border: 10px dashed #108cff;*/
	border-radius: 50%;
	width: 272px;
	height: 272px;
	position: relative;
	background: url(../images/quan.png) no-repeat left top;
	background-size: 100% 100%;
	margin: 0 auto;
}
.ke_mu_photo img {
	width: 222px;
	height: 222px;
	border-radius: 50%;
	position: absolute;
	top: 25px;
	left: 25px;
	/*transform: translate(-50%,-50%);*/
}
.ke_mu_title {
	font-size: 35px;
	color: #060606;
	line-height: 38px;
	text-align: center;
	margin-top: 20px;
}
.ke_mu_item img {
	-webkit-transition: all 2s ease-in-out;
}
.ke_mu_item:hover img {
	-webkit-transform:rotate(360deg) scale(1,1);
}
.ke_mu_item:hover .ke_mu_title {
	color: #fe8c13;
}
.ke_mu_zi {
	width: 285px;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	border-radius: 50px;
	background: #fe8c13;
	margin: 0 auto;
}
.ke_gong {
	background: url(../images/ke2.jpg) no-repeat center center;
	padding-bottom: 190px;
	background-size: cover;
}
.ke_gong .index_title {
	color: #ffffff;
}
.ke_gong_list {
	width: 1000px;
	margin: 0 auto;
}
.ke_gong_item {
	float: left;
	width: 333.33px;
	text-align: center;
}
.ke_gong_title {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	font-style: italic;
	/*margin-bottom: 80px;*/
	margin-top: 180px;
	line-height: 45px;
	height: 120px;
	font-family: SourceHanSansK-Bold;
}
.ke_gong_link {
	font-size: 24px;
	color: #ffffff;
	width: 200px;
	height: 55px;
	line-height: 55px;
	background: url(../images/ke6.png) no-repeat left top;
	background-size: 100% 100%;
	margin: 0 auto;
}
.ke_gong_item:nth-child(2) .ke_gong_link {
	background: url(../images/ke7.png) no-repeat left top;
	background-size: 100% 100%;
}
.ke_lei {
	background: -webkit-linear-gradient(left, #ffffff , #e8e8e7);
  background: -o-linear-gradient(right, #ffffff, #e8e8e7);
  background: -moz-linear-gradient(right, #ffffff, #e8e8e7);
  background: linear-gradient(to right, #ffffff , #e8e8e7);
  padding-top: 50px;
  padding-bottom: 80px;
}
.ke_lei .inner > img {
	margin: 0 auto;
	display: none;
}
.ke_lei_item {
	float: left;
	width: 240px;
	margin-bottom: 60px;
}
.ke_lei_item img {
	margin: 0 auto;
}
.ke_lei_title {
	font-size: 24px;
	color: #000000;
	line-height: 24px;
	text-align: center;
	margin-top: 30px;
}
.ke_lei_list {
	margin-top: 60px;
}
.ke_lei_item img {
	margin: 10px auto 0 auto;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.ke_lei_item:hover img {
	transform: rotateY(-180deg);
}
.ke_lei_item:hover .ke_lei_title {
	color: #fb8a0a;
}
.zizhi_dai .inner {
	background: url(../images/zi2.png) no-repeat center center;
	background-size: 1100px 673px;
	padding-bottom: 80px;
}
.zizhi_dai_section {
	margin: 0 auto;
	width: 1000px;
	padding-top: 40px;
}
.zizhi_dai_photo {
	float: left;
	width: 322px;
	height: 322px;
	border-radius: 50%;
}
.zizhi_dai_photo img {
	width: 322px;
	height: 322px;
	border-radius: 50%;
	transition: all 0.5s linear;
	transform-style: preserve-3d;
}
.zizhi_dai_photo:hover img {
	transform: rotateY(-180deg);
}
.zizhi_dai_right {
	float: right;
	width: 570px;
}
.zizhi_dai_item {
	margin-bottom: 15px;
}
.zizhi_dai_num {
	width: 74px;
	height: 74px;
	background: url(../images/zi1.png) no-repeat left top;
	background-size: 100% 100%;
	text-align: center;
	line-height: 74px;
	font-size: 36px;
	color: #ffffff;
	float: left;
	-webkit-transition: all 2s ease-in-out;
}
.zizhi_dai_text {
	font-size: 24px;
	color: #474747;
	float: left;
	margin-left: 20px;
	margin-top: 19px;
}
.zizhi_dai_item:hover .zizhi_dai_num {
	-webkit-transform:rotate(360deg) scale(1,1);
}
.zizhi_dai_item:hover .zizhi_dai_text {
	color: #fb8a0a;
}
.shang_suo_section {
	width: 1000px;
	margin: 0 auto;
}
.shang_suo_box {
	float: left;
	width: 550px;
}
.shang_suo_box:nth-child(odd) {
	float: right;
}
.shang_suo_box .shang_suo_num {
	float: right;
	position: relative;
}
.shang_suo_shu {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 53px;
	color: #108cff;
	font-family: SourceHanSansK-Heavy;
}
.shang_suo_info {
	float: left;
	margin-right: 65px; 
	width: 345px;
}
.shang_suo_box:nth-child(odd) .shang_suo_num {
	float: left;
}
.shang_suo_box:nth-child(odd) .shang_suo_info {
	float: left;
	margin-right: 0;
	margin-left: 15px;
}
.shang_suo_box:nth-child(even) {
	margin-top: -66px;
    margin-left: -13px;
}
.shang_suo_box:nth-child(even)  .shang_suo_shu {
	color: #fd880b;
	left: 60%;
}
.shang_suo_title {
	font-size: 30px;
	color: #000000;
	line-height: 30px;
}
.shang_suo_text {
	font-size: 24px;
	color: #606060;
	line-height: 30px;
	margin-top: 20px;
}
.shang_suo {
	padding-bottom: 80px;
}
.shang_suo_box:nth-child(even) .shang_suo_text {
	text-align: right;
}
.shang_suo_box:nth-child(even) .shang_suo_title {
	text-align: right;
}
.shang_why {
	background: url(../images/shang3.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
}
.shang_why_title {
	width: 380px;
	height: 48px;
	line-height: 48px;
	padding: 0 25px;
	font-size: 28px;
	color: #ffffff;
	border-radius: 50px;
	background: #fd880b;
	font-family: Microsoft YaHei;
}
.shang_why_text {
	font-size: 24px;
	color: #000000;
	line-height: 48px;
}
.shang_why_box {
	width: 800px;
	font-family: Microsoft YaHei;
}
.shang_why_section {
	margin: 80px 0 80px 0;
}
.shang_zhu {
	background: -webkit-linear-gradient(left, #ffffff , #e8e8e7);
  background: -o-linear-gradient(right, #ffffff, #e8e8e7);
  background: -moz-linear-gradient(right, #ffffff, #e8e8e7);
  background: linear-gradient(to right, #ffffff , #e8e8e7);
  padding-bottom: 120px;
}
.shang_zhu_item {
	float: left;
	width: 240px;
	padding: 0 30px;
}
.shang_zhu_top {
	margin: 0 auto;
	position: relative;
	width: 162px;
	height: 180px;
	background: url(../images/shang5.png) no-repeat left top;
	background-size: 100% 100%;
	padding-top: 47px;
}
.shang_zhu_top::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -84px;
	width: 104px;
	height: 36px;
	background: url(../images/shang4.png) no-repeat right top;
	background-size: 100% 100%;
}
.shang_zhu_title {
	font-size: 36px;
	color: #108cff;
	text-align: center;
	line-height: 36px;
	padding-bottom: 5px;
}
.shang_zhu_title1 {
	font-size: 36px;
	padding-top: 5px;
	color: #ffffff;
	text-align: center;
	line-height: 36px;
}
.shang_zhu_text {
	font-size: 20px;
	color: #4e4e4e;
	line-height: 35px;
}
.shang_zhu_item:last-of-type .shang_zhu_top::after {
	background: none;
}
.shang_our img {
	float: left;
}
.shang_our_block {
	float: left;
}
.shang_our {
	position: relative;
}
.shang_our_block .index_title {
	padding: 60px 0;
}
.shang_our_area {
	position: absolute;
	background: #4e4e4e;
	left: 30%;
	top: 58%;
	transform: translateY(-50%);
	width: 70%;
	z-index: 12;
}
.shang_our_title {
	width: 300px;
	height: 225px;
	background: #108cff;
	line-height: 225px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	float: left;
}
.shang_our_box {
	float: left;
	width: 15%;
	padding: 30px 25px 0 25px;
	height: 225px;
}
.shang_our_num {
	font-size: 47px;
	color: #ffffff;
	font-family: SourceHanSansK-Heavy;
}
.shang_our_num font {
	font-size: 31px;
}
.shang_our_text {
	font-size: 18px;
	color: #ffffff;
	line-height: 23px;
}
.shang_our_box:nth-child(2) .shang_our_text {
	font-size: 23px;
	color: #ffffff;
	line-height: 35px;
}
.shang_biao {
	background: #c2e6ff;
	padding-bottom: 80px;
}
.shang_biao_section {
	position: relative;
	padding: 100px;
}
.shang_biao_bg1 {
	position: absolute;
	top: -20px;
	left: -45px;
	z-index: 0;
}
.shang_biao_bg2 {
	position: absolute;
	bottom: 160px;
	right: 0;
	z-index: 0;
}
.shang_biao_text {
	font-size: 28px;
	float: left;
	color: #000000;
	min-width: 287px;
	margin-bottom: 55px;
}
/*.shang_biao_text:last-of-type {
	margin-left: 50px;
}*/
.shang_biao_text:hover {
	color: #fd880b;
}
.shang_ban {
	background: url(../images/bg7.png) no-repeat left top;
	background-size: 100% 95%;
}
.shang_ban .index_title {
	color: #ffffff;
}
.shang_ban_section {
	position: relative;
}
.shang_ban_area img {
	float: left;
	position: relative;
	z-index: 1;
	width: 60%;
}
.shang_ban_area {
	width: 80%;
	/*height: 894px;*/
	position: relative;
}
.shang_ban_box {
	margin-bottom: 15px;
}
.shang_ban_block {
	float: right;
	width: 60%;
	background: url(../images/bg8.png) no-repeat right top;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 47%;
	transform: translateY(-50%);
	padding: 20px 0 20px 50px;
}
.shang_ban_box {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.shang_ban_num {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	background: #fd880b;
}
.shang_ban_text {
	float: left;
	margin-left: 25px;
	width: 80%;
	font-size: 28px;
	color: #ffffff;
}
.shang_ban_box:nth-child(1) {
	margin-left: 6px;
}
.shang_ban_box:nth-child(2) {
	margin-left: 29px;
}
.shang_ban_box:nth-child(3) {
	margin-left: 55px;
}
.shang_ban_box:nth-child(4) {
	margin-left: 80px;
}
.shang_ban_box:nth-child(5) {
	margin-left: 105px;
}
.shang_ban_box:nth-child(6) {
	margin-left: 129px;
}
.shang_ban_box:nth-child(7) {
	margin-left: 157px;
}
.shang_ban_box:nth-child(8) {
	margin-left: 186px;
}
.shang_ban_box:nth-child(9) {
	margin-left: 211px;
}
.shang_ban_link {
	width: 270px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50px;
	background: #fd880b;
	float: right;
	font-size: 28px;
	color: #ffffff;
	margin-right: 140px;
	margin-bottom: 20px;
}
@media (max-width: 1500px) and (min-width: 1200px) {
	.shang_our_box {
		width: 20%;
	}
	.shang_our_title {
		width: 20%;
	}
	.shang_ban_area {
		width: 95%;
	}
	.shang_ban_text {
		font-size: 22px;
	}
	.shang_ban_num {
		width: 41px;
		height: 41px;
		line-height: 41px;
		font-size: 20px;
	}
	.shang_ban_block {
		width: 63%;
	}
	.shang_ban_box:nth-child(1) {
		margin-left: 18px;
	}
	.shang_ban_box:nth-child(2) {
		margin-left: 37px;
	}
	.shang_ban_box:nth-child(3) {
		margin-left: 56px;
	}
	.shang_ban_box:nth-child(4) {
		margin-left: 75px;
	}
	.shang_ban_box:nth-child(5) {
		margin-left: 93px;
	}
	.shang_ban_box:nth-child(6) {
		margin-left: 112px;
	}
	.shang_ban_box:nth-child(7) {
		margin-left: 135px;
	}
	.shang_ban_box:nth-child(8) {
		margin-left: 157px;
	}
	.shang_ban_box:nth-child(9) {
		margin-left: 176px;
	}
}
.shang_banner .gao_banner_link {
	border: 2px solid #0000fd;
}
.shang_banner .swiper-container {
	padding-bottom: 60px;
}
.shang_banner {
	padding-bottom: 60px;
}
.shang_banner .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background: #6d6d6d !important;
	opacity: 1 !important;
	margin: 0 7px;
}
.shang_banner .swiper-pagination-bullet-active {
	background: #6d6d6d !important;
}
.shang_shu {
	background: url(../images/shang12.jpg) center center;
	background-size: cover;
	padding-bottom: 80px;
}
.shang_shu_banner .swiper-container {
	padding-bottom: 60px;
}
.shang_shu_banner .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background: #6d6d6d !important;
	opacity: 1 !important;
	margin: 0 7px;
}
.shang_shu_banner .swiper-pagination-bullet-active {
	background: #6d6d6d !important;
}
.shang_shu .gao_banner_link {
	border: none;
}
.shang_xiang_item {
	float: left;
	width: 300px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	height: 175px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fd880b;
}
.shang_xiang_item:nth-child(4n-3) {
	border-left: none;
}
.shang_xiang_text {
	font-size: 18px;
	color: #ffffff;
	padding: 0 20px;
	line-height: 25px;
}
.shang_xiang_item:nth-child(1) {
	background: url(../images/shang13.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.shang_xiang_item:nth-child(3) {
	background: url(../images/shang14.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.shang_xiang_item:nth-child(6) {
	background: url(../images/shang15.jpg) no-repeat left top;
	background-size: 100% 100%;
}
.shang_xiang_item:nth-child(8) {
	background: url(../images/shang16.jpg) no-repeat left top;
	background-size: 100% 100%;
}

.zi_current {
	background: #fd880b;
}

.zheng_item {
	float: left;
	width: 250px;
	margin-left: 66.67px;
	margin-bottom: 20px;
}
.zheng_item:nth-child(4n-3) {
	margin-left: 0;
}